home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / lists / lvarpush < prev    next >
Encoding:
Text File  |  1993-10-26  |  366 b   |  9 lines  |  [TEXT/$Tcl]

  1.  
  2.  
  3.           lvarpush var string ?index?
  4.                The lvarpush command pushes (inserts) string as an ele-
  5.                ment  in  the  list contained in the variable var.  The
  6.                element is inserted before position index in the  list.
  7.                If  index  is  omitted, then 0 is assumed.  If var does
  8.                not exists, it is created.
  9.